tests-update-20080121
[openafs.git] / src / tests / bosexec.pl
index 37a3487..f679b12 100755 (executable)
@@ -15,11 +15,11 @@ $host = `hostname`;
 &AFS_Init();
 
 &AFS_bos_exec(localhost,"$openafsdirpath->{'afssrvbindir'}/foo.sh",);
-if (-f "/usr/tmp/garbage") {
+if (-f "/tmp/garbage") {
 } else {
     exit(1);
 }
-unlink "/usr/tmp/garbage";
+unlink "/tmp/garbage";
 exit(0);