aboutsummaryrefslogtreecommitdiffstats
path: root/patch-test/__test
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)