From 2163f560232983c8e9d4520b1673a7181a1c64b3 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 16 Apr 2017 22:41:34 +0200 Subject: test: use ~ instead of /home for non-/home homedirs --- test/environment/csh.exp | 2 +- test/environment/zsh.exp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/environment/csh.exp b/test/environment/csh.exp index bd0cf8c86..89de94b3c 100755 --- a/test/environment/csh.exp +++ b/test/environment/csh.exp @@ -14,7 +14,7 @@ expect { } sleep 1 -send -- "find /home\r" +send -- "find ~\r" expect { timeout {puts "TESTING ERROR 1\n";exit} ".cshrc" diff --git a/test/environment/zsh.exp b/test/environment/zsh.exp index 4380f476c..1b6cdcdc5 100755 --- a/test/environment/zsh.exp +++ b/test/environment/zsh.exp @@ -14,7 +14,7 @@ expect { } sleep 1 -send -- "find /home\r" +send -- "find ~\r" expect { timeout {puts "TESTING ERROR 1\n";exit} ".zshrc" -- cgit v1.2.3-54-g00ecf