Minor test case updates

* tests/dash-o-append: Minor update (still expected to fail).
* tests/symlinks: Minor update.
This commit is contained in:
Andreas Gruenbacher 2012-09-17 23:27:01 +02:00
parent 1ea53aae17
commit 95f6823325
2 changed files with 6 additions and 6 deletions

View File

@ -33,8 +33,8 @@ EOF
echo one > a
check 'patch -o a.new a < a.diff' <<EOF
patching file a
patching file a
patching file a.new (read from a)
patching file a.new (read from a)
EOF
check 'cat a.new' <<EOF

View File

@ -22,7 +22,7 @@ cat > create.diff <<EOF
EOF
rm -f f l
echo f > f
echo one > f
ncheck 'ln -s f l'
check 'patch < create.diff || echo "Status: $?"' <<EOF
@ -32,13 +32,13 @@ Status: 1
EOF
check 'cat f' <<EOF
f
one
EOF
# --------------------------------------------------------------
rm -f f l
echo f > f
echo one > f
ncheck 'ln -s f l'
cat > modify.diff <<EOF
@ -57,7 +57,7 @@ EOF
# --------------------------------------------------------------
rm -f f l
echo f > f
echo one > f
ncheck 'ln -s f l'
cat > delete.diff <<EOF