aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/test.sh b/test/test.sh
index aaae2a981..74e928473 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -287,14 +287,14 @@ else
287 echo "TESTING: weechat not found" 287 echo "TESTING: weechat not found"
288fi 288fi
289 289
290#which wine 290which wine
291#if [ "$?" -eq 0 ]; 291if [ "$?" -eq 0 ];
292#then 292then
293# echo "TESTING: wine" 293 echo "TESTING: wine"
294# ./wine.exp 294 ./wine.exp
295#else 295else
296# echo "TESTING: wine not found" 296 echo "TESTING: wine not found"
297#fi 297fi
298 298
299 299
300 300