window-resize.test: use a known-present file
/etc/services may not be present in a Debian sid schroot. Also make $srcdir available to test scripts.
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ mosh_server()
|
||||
|
||||
# Set up environment
|
||||
if [ -z "$srcdir" ]; then
|
||||
srcdir=$PWD
|
||||
export srcdir=$PWD
|
||||
else
|
||||
srcdir="$(cd "$srcdir" && pwd)"
|
||||
if [ $? -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user