summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-04-20 18:44:54 +0000
committerjmallett <jmallett@FreeBSD.org>2002-04-20 18:44:54 +0000
commite9f37843940b64df7aec2c86132e0b1cd043dec4 (patch)
tree56140cf5df419952a78c7f4d1d574765f7fff039 /tools
parenteefa1794ddb7459b6696637cdf1bdf4568f2d308 (diff)
downloadFreeBSD-src-e9f37843940b64df7aec2c86132e0b1cd043dec4.zip
FreeBSD-src-e9f37843940b64df7aec2c86132e0b1cd043dec4.tar.gz
Add a comment regarding the file header, and the mode that the file is created
with. This should be fixed shortly by adding the (desirable) option to set the file creation mode on the command line.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/usr.bin/uuencode/regress.sh5
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 bf5b563..e0afdab 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
OpenPOWER on IntegriCloud