summaryrefslogtreecommitdiffstats
path: root/regress/if-shell-error.sh
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-04-25 14:30:58 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-04-25 14:30:58 +0100
commit45965fb020522896752d3d5e27dea2f062b45dba (patch)
tree0c8c13c5bdf46fd898a3c78f68c55e175d66998f /regress/if-shell-error.sh
parent6ac39d5cdbd3c5910b622f58d9b6dd32e15098e2 (diff)
And another test.
Diffstat (limited to 'regress/if-shell-error.sh')
-rw-r--r--regress/if-shell-error.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/if-shell-error.sh b/regress/if-shell-error.sh
index 4477850c..24dc578e 100644
--- a/regress/if-shell-error.sh
+++ b/regress/if-shell-error.sh
@@ -6,7 +6,7 @@
PATH=/bin:/usr/bin
TERM=screen
-[ -z "$TEST_TMUX" ] && TEST_TMUX=../tmux
+[ -z "$TEST_TMUX" ] && TEST_TMUX=$(readlink -f ../tmux)
TMUX="$TEST_TMUX -Ltest"
$TMUX kill-server 2>/dev/null