7122b94921
Changes since last packaged version (0.16alpha.pl0): * We now support the "x" (make g-file executable) and "y" (limit keyword expansion) SCCS file flags. These are SCO OpenServer and Sun Solaris 8 extensions, respectively. * We now support "sccs diffs -u", which of course produces unified-format diffs. We also support the "-n" and "-w" options to diff and the -a, -B, -d, -H, -p, -q, -s, -v ad -y options to GNU diff. * Some changes to support compilation with Sun CC 5.5. (this was a suggestion by Thomas Duffy, who has just taken on responsibility for the RPM and SRPM packages of CSSC). * The "sccs -d /xxx print foo.txt" command now works; previously, use of the "-d" flag would have generated an error. * Better handling of the archive bit on Windows systems.
21 lines
639 B
Text
21 lines
639 B
Text
$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
|