diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-24 10:24:53 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-24 10:24:53 +0100 |
commit | 84486936dcdd71062ba55ac8237793cdfb6e3a46 (patch) | |
tree | fd5507fae68fde7692133008fd66d8aebb02505a | |
parent | Add cksum-test (diff) | |
download | base-util-tests-84486936dcdd71062ba55ac8237793cdfb6e3a46.tar.gz base-util-tests-84486936dcdd71062ba55ac8237793cdfb6e3a46.tar.bz2 base-util-tests-84486936dcdd71062ba55ac8237793cdfb6e3a46.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rwxr-xr-x | false-test/test | 2 | ||||
-rwxr-xr-x | patch-test/__test | 2 | ||||
-rwxr-xr-x | true-test/test | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/false-test/test b/false-test/test index 9e525fd..7628bbc 100755 --- a/false-test/test +++ b/false-test/test @@ -19,7 +19,7 @@ report () args0 () { - ! $t + ! $t report $? "args0" } diff --git a/patch-test/__test b/patch-test/__test index 508d3ae..ad58dbf 100755 --- a/patch-test/__test +++ b/patch-test/__test @@ -26,7 +26,7 @@ fi if test -z $NEWFILE; then NEWFILE=new fi -p="$PREFIX $PATCH $SUFFIX -o -" +p="$PREFIX $PATCH $SUFFIX -o-" cd -- "$(dirname "$0")" if test $# = 0; then set $(seq $N) diff --git a/true-test/test b/true-test/test index aef6c70..4ff838a 100755 --- a/true-test/test +++ b/true-test/test @@ -19,7 +19,7 @@ report () args0 () { - $t + $t report $? "args0" } |