From 473467580b0387eaaa685446b88ffe363a8c8aa7 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 16 Apr 2017 22:40:12 +0200 Subject: test: sort output or the order is readdir() dependent --- test/fs/private-home-dir.exp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/fs/private-home-dir.exp') diff --git a/test/fs/private-home-dir.exp b/test/fs/private-home-dir.exp index 77baeeb5f..9c97ff4ea 100755 --- a/test/fs/private-home-dir.exp +++ b/test/fs/private-home-dir.exp @@ -41,7 +41,11 @@ expect { } after 100 -send -- "ls -al ~\r" +send -- "find ~ | LC_ALL=C sort\r" +expect { + timeout {puts "TESTING ERROR 4\n";exit} + ".Xauthority" +} expect { timeout {puts "TESTING ERROR 2\n";exit} ".asoundrc" @@ -50,10 +54,6 @@ expect { timeout {puts "TESTING ERROR 3\n";exit} ".bashrc" } -expect { - timeout {puts "TESTING ERROR 4\n";exit} - ".Xauthority" -} after 100 send -- "exit\r" -- cgit v1.2.3-54-g00ecf