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 /shake512sum-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 'shake512sum-test')
-rwxr-xr-x | shake512sum-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shake512sum-test/test b/shake512sum-test/test index 49591b3..7bb3d29 100755 --- a/shake512sum-test/test +++ b/shake512sum-test/test @@ -3,4 +3,4 @@ export tool="$SHAKE512SUM" export algo=shake512 -exec "$(dirname "$0")/../__sum/__test" "$@" +exec "$(dirname "$0")/../__xsum/__test" "$@" |