summary refs log tree commit diff
path: root/pkgs/tools/networking/mailutils/path-to-cat.patch
blob: a9ae7c5366d2380827a5f9ab15e613a9e5610ac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Fix absolute path to `cat'.

--- mailutils-2.2/testsuite/lib/mailutils.exp	2010-09-10 13:39:58.000000000 +0200
+++ mailutils-2.2/testsuite/lib/mailutils.exp	2010-09-10 13:40:00.000000000 +0200
@@ -719,7 +719,7 @@ proc mu_test_file {args} {
         set pattern [lrange $args 1 end]
     }
     
-    set res [remote_spawn host "/bin/cat $filename"]
+    set res [remote_spawn host "cat $filename"]
     if { $res < 0 || $res == "" } {
 	perror "Reading $filename failed."
 	return 1;