diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-29 22:46:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-29 22:46:48 +0200 |
commit | 586421d5b532f51a44eef7b8c6a90c93b8ef83c1 (patch) | |
tree | 76dd2f098ec66f74581d5638bcb8a24cd34fc72d /shake256sum-test | |
parent | add -E test to test-test (diff) | |
download | base-util-tests-586421d5b532f51a44eef7b8c6a90c93b8ef83c1.tar.gz base-util-tests-586421d5b532f51a44eef7b8c6a90c93b8ef83c1.tar.bz2 base-util-tests-586421d5b532f51a44eef7b8c6a90c93b8ef83c1.tar.xz |
mv __{ => x}sum
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'shake256sum-test')
-rwxr-xr-x | shake256sum-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shake256sum-test/test b/shake256sum-test/test index de22e70..7ae9059 100755 --- a/shake256sum-test/test +++ b/shake256sum-test/test @@ -3,4 +3,4 @@ export tool="$SHAKE256SUM" export algo=shake256 -exec "$(dirname "$0")/../__sum/__test" "$@" +exec "$(dirname "$0")/../__xsum/__test" "$@" |