diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-04-20 18:44:54 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-04-20 18:44:54 +0000 |
| commit | 2cf0f79dcbd09b5e8f391f862d0dba861e591745 (patch) | |
| tree | 56140cf5df419952a78c7f4d1d574765f7fff039 | |
| parent | 4de8dc48de9acf28e95fd45b12eda517caeded24 (diff) | |
Notes
| -rw-r--r-- | tools/regression/usr.bin/uuencode/regress.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/regression/usr.bin/uuencode/regress.sh b/tools/regression/usr.bin/uuencode/regress.sh index bf5b563f6e470..e0afdabe7a817 100644 --- a/tools/regression/usr.bin/uuencode/regress.sh +++ b/tools/regression/usr.bin/uuencode/regress.sh @@ -7,6 +7,11 @@ if [ -z "$TESTDIR" ]; then fi cd $TESTDIR +# Note that currently the uuencode(1) program provides no facility to +# include the file mode explicitly based on an argument passed to it, +# so the regress.in file must be mode 644, or the test will say that, +# incorrectly, regression has occurred based on the header. + for test in traditional base64; do echo "Running test $test" case "$test" in |
