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 /cksum-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 'cksum-test')
-rwxr-xr-x | cksum-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cksum-test/test b/cksum-test/test index d4e0e88..8387145 100755 --- a/cksum-test/test +++ b/cksum-test/test @@ -1,6 +1,6 @@ #!/bin/bash -cd -- "$(dirname "$0")/../__sum" +cd -- "$(dirname "$0")/../__xsum" N=14 algo=ck if test -z "$CKSUM"; then |