From a128210ebc836750ea50d2c148689eace6fd6f89 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 22 Sep 2017 11:09:19 +0200 Subject: testing: use different file in less.exp in Debian autopkgtest runs, the tests are not necessarily run below the source directory, so the old path to Makefile.in might not exist. --- test/sysutils/less.exp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/sysutils/less.exp b/test/sysutils/less.exp index 5ff11174d..29781c21a 100755 --- a/test/sysutils/less.exp +++ b/test/sysutils/less.exp @@ -7,14 +7,14 @@ set timeout 10 spawn $env(SHELL) match_max 100000 -send -- "firejail less ../../Makefile.in\r" +send -- "firejail less sysutils.sh\r" expect { timeout {puts "TESTING ERROR 1\n";exit} - "MYLIBS" + "MALLOC_CHECK" } expect { timeout {puts "TESTING ERROR 2\n";exit} - "APPS" + "./cpio.exp" } puts "\nall done\n" -- cgit v1.2.3-54-g00ecf