blob: 674b9085ca8e16500cee7a3d6c949fee9e8a2844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-aa,v 1.3 2004/10/18 18:49:39 seb Exp $
--- tests/admin/y-flag.sh.orig 2004-10-10 12:51:16.000000000 +0200
+++ tests/admin/y-flag.sh
@@ -16,7 +16,7 @@ remove $s $g $z foo command.log last.com
remove expected.stderr got.stderr expected.stdout got.stdout
# Figure out if we ahous expect the thing to work.
-if admin -n -i/dev/null -fyM ${s} >/dev/null 2>&1 || $TESTING_CSSC
+if ${admin} -n -i/dev/null -fyM ${s} >/dev/null 2>&1 || $TESTING_CSSC
then
echo "We are testing an SCCS implementation that supports the y flag. Good."
else
@@ -26,6 +26,7 @@ else
success
exit 0
fi
+remove s.bar
remove foo
|