From 14ad07435d339b290e284995c1d0349f4434a371 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 16 Jul 2016 12:58:09 -0400 Subject: testing --- test/features/1.2.exp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/features/1.2.exp') diff --git a/test/features/1.2.exp b/test/features/1.2.exp index 6f7cae888..685acf737 100755 --- a/test/features/1.2.exp +++ b/test/features/1.2.exp @@ -34,7 +34,7 @@ expect { } expect { timeout {puts "TESTING ERROR 1.4\n";exit} - "proc /proc/sysrq-trigger proc" + "/proc/sysrq-trigger" } #expect { # timeout {puts "TESTING ERROR 1.5\n";exit} @@ -42,11 +42,11 @@ expect { #} expect { timeout {puts "TESTING ERROR 1.6\n";exit} - "proc /proc/irq proc" + "/proc/irq" } expect { timeout {puts "TESTING ERROR 1.7\n";exit} - "proc /proc/bus proc" + "/proc/bus" } after 100 send -- "exit\r" -- cgit v1.2.3-54-g00ecf