aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/environment/environment.sh')
-rwxr-xr-xtest/environment/environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/environment/environment.sh b/test/environment/environment.sh
index 785f57d3f..04a1daaf6 100755
--- a/test/environment/environment.sh
+++ b/test/environment/environment.sh
@@ -50,7 +50,7 @@ which zsh
50if [ "$?" -eq 0 ]; 50if [ "$?" -eq 0 ];
51then 51then
52 echo "TESTING: zsh (test/environment/zsh.exp)" 52 echo "TESTING: zsh (test/environment/zsh.exp)"
53 ./csh.exp 53 ./zsh.exp
54else 54else
55 echo "TESTING SKIP: zsh not found" 55 echo "TESTING SKIP: zsh not found"
56fi 56fi