mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
4de8dc48de
commit
2cf0f79dcb
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue