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 /sha512-224sum-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 'sha512-224sum-test')
-rwxr-xr-x | sha512-224sum-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sha512-224sum-test/test b/sha512-224sum-test/test index 75c0025..a6262cf 100755 --- a/sha512-224sum-test/test +++ b/sha512-224sum-test/test @@ -3,4 +3,4 @@ export tool="${SHA512_224SUM}" export algo=sha512-224 -exec "$(dirname "$0")/../__sum/__test" "$@" +exec "$(dirname "$0")/../__xsum/__test" "$@" |