summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test b/test
index 2f74971..83f1130 100755
--- a/test
+++ b/test
@@ -75,7 +75,7 @@ tar -czf images.tar.gz *.png
75 75
76# Make sure we've installed it 76# Make sure we've installed it
77INSTALLDIR='/root/.wine/drive_c/Program Files (x86)/Lua4Win/Lua4Win 1.0' 77INSTALLDIR='/root/.wine/drive_c/Program Files (x86)/Lua4Win/Lua4Win 1.0'
78test -e $INSTALLDIR/luajit.exe 78test -e "$INSTALLDIR/luajit.exe"
79test -e $INSTALLDIR/luarocks.exe 79test -e "$INSTALLDIR/luarocks.exe"
80wine "$INSTALLDIR/luarocks.exe" --help 80wine "$INSTALLDIR/luarocks.exe" --help
81wine "$INSTALLDIR/luarocks.exe" config 81wine "$INSTALLDIR/luarocks.exe" config