summaryrefslogtreecommitdiff
path: root/test-suite/tests/posix.test
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/tests/posix.test')
-rw-r--r--test-suite/tests/posix.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/tests/posix.test b/test-suite/tests/posix.test
index 00632d809..9a0e489b4 100644
--- a/test-suite/tests/posix.test
+++ b/test-suite/tests/posix.test
@@ -70,9 +70,9 @@
(pass-if "filename string modified"
(let* ((template "T-XXXXXX")
- (str (string-copy template))
- (port (mkstemp! str))
- (result (not (string=? str template))))
+ (str (string-copy template))
+ (port (mkstemp! str))
+ (result (not (string=? str template))))
(close-port port)
(delete-file str)
result)))