aboutsummaryrefslogtreecommitdiffstats
path: root/patch-test
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-24 10:24:53 +0100
committerMattias Andrée <maandree@kth.se>2016-03-24 10:24:53 +0100
commit84486936dcdd71062ba55ac8237793cdfb6e3a46 (patch)
treefd5507fae68fde7692133008fd66d8aebb02505a /patch-test
parentAdd cksum-test (diff)
downloadbase-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 'patch-test')
-rwxr-xr-xpatch-test/__test2
1 files changed, 1 insertions, 1 deletions
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)