aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt1
-rwxr-xr-xtest/test-umask.sh2
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index f8406e3..77b1ff4 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -3,6 +3,7 @@
* (seebs) contributed fixes for Python 3 print support
* (seebs) contributed fixes for Python 3 support
* All of these from: Gaƫl PORTAY <gael.portay@savoirfairelinux.com>
+ * (seebs) import fix from Rabin Vincent for test case
2016-11-23:
* (seebs) actually wait on server shutdown for pseudo -S [cmd]
diff --git a/test/test-umask.sh b/test/test-umask.sh
index 48cb3b1..8ca4963 100755
--- a/test/test-umask.sh
+++ b/test/test-umask.sh
@@ -4,6 +4,8 @@ mode() {
ls -l "$1" | awk '{ print $1 }'
}
+rm -f a b
+
# Verify normal operation...
umask 022
touch a