summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/headers/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Slice/headers/run.py')
-rwxr-xr-xcpp/test/Slice/headers/run.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Slice/headers/run.py b/cpp/test/Slice/headers/run.py
index 53f4982b0e4..b85cd79d908 100755
--- a/cpp/test/Slice/headers/run.py
+++ b/cpp/test/Slice/headers/run.py
@@ -130,7 +130,7 @@ if not re.search(re.escape('#include <Ice/Identity.h>'), f.read()):
print("failed!")
sys.exit(1)
-clean()
+clean()
#
# symlink directory with extra / at end
@@ -141,7 +141,7 @@ os.system("mkdir -p tmp/Ice")
os.system("cd tmp/Ice && ln -s ../Ice-x.y.z/slice/ .")
f = open("tmp/Ice-x.y.z/slice/Ice/Identity.ice", "w")
f.write("// dumy file")
-
+f.close()
os.system("mkdir -p project1")
f = open("project1/A.ice", "w")
f.write("#include <Ice/Identity.ice>")
@@ -153,4 +153,4 @@ if not re.search(re.escape('#include <Ice/Identity.h>'), f.read()):
sys.exit(1)
clean()
-print("ok") \ No newline at end of file
+print("ok")