Detect broken tmux in tests
This works around Debian kfreebsd build failures.
This commit is contained in:
+2
-1
@@ -82,7 +82,8 @@ tmux_check()
|
|||||||
error "tmux version %s too old\n" "$version"
|
error "tmux version %s too old\n" "$version"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
return 0
|
# Finally, check that tmux actually works to some degree.
|
||||||
|
tmux -C new-session true
|
||||||
}
|
}
|
||||||
|
|
||||||
ssh_localhost_check()
|
ssh_localhost_check()
|
||||||
|
|||||||
Reference in New Issue
Block a user