From ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 30 Oct 2017 09:12:52 -0400 Subject: testing --- test/fcopy/dircopy.exp | 2 ++ test/fcopy/filecopy.exp | 2 ++ test/fcopy/linkcopy.exp | 2 ++ 3 files changed, 6 insertions(+) (limited to 'test/fcopy') diff --git a/test/fcopy/dircopy.exp b/test/fcopy/dircopy.exp index e8462ae82..ae6ffecf0 100755 --- a/test/fcopy/dircopy.exp +++ b/test/fcopy/dircopy.exp @@ -118,6 +118,8 @@ expect { } after 100 +send -- "stty -echo\r" +after 100 send -- "diff -q src/a/b/file4 dest/a/b/file4; echo done\r" expect { timeout {puts "TESTING ERROR 16\n";exit} diff --git a/test/fcopy/filecopy.exp b/test/fcopy/filecopy.exp index 824a22bba..8074f2ee8 100755 --- a/test/fcopy/filecopy.exp +++ b/test/fcopy/filecopy.exp @@ -35,6 +35,8 @@ expect { "rwxrwxr-x" { puts "umask 0002\n" } } after 100 +send -- "stty -echo\r" +after 100 send -- "diff -q dircopy.exp dest/dircopy.exp; echo done\r" expect { diff --git a/test/fcopy/linkcopy.exp b/test/fcopy/linkcopy.exp index 46ee327cb..ea64329c1 100755 --- a/test/fcopy/linkcopy.exp +++ b/test/fcopy/linkcopy.exp @@ -34,6 +34,8 @@ expect { "lrwxrwxrwx" } after 100 +send -- "stty -echo\r" +after 100 send -- "diff -q dircopy.exp dest/dircopy.exp; echo done\r" expect { -- cgit v1.2.3-54-g00ecf