summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/vm/tgorge.nim4
-rw-r--r--[-rwxr-xr-x]tests/vm/tgorge.sh0
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/vm/tgorge.nim b/tests/vm/tgorge.nim
index aeaf54df8..596f5d667 100644
--- a/tests/vm/tgorge.nim
+++ b/tests/vm/tgorge.nim
@@ -4,9 +4,9 @@ template getScriptDir(): string =
   parentDir(instantiationInfo(-1, true).filename)
 
 const
-  execName = when defined(windows): "tgorge.bat" else: "./tgorge.sh"
+  execName = when defined(windows): "tgorge.bat" else: "sh tgorge.sh"
   relOutput = gorge(execName)
   absOutput = gorge(getScriptDir() / execName)
 
 doAssert relOutput == "gorge test"
-doAssert absOutput == "gorge test"
\ No newline at end of file
+doAssert absOutput == "gorge test"
diff --git a/tests/vm/tgorge.sh b/tests/vm/tgorge.sh
index ba47afeae..ba47afeae 100755..100644
--- a/tests/vm/tgorge.sh
+++ b/tests/vm/tgorge.sh