OSDN Git Service

*** empty log message ***
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Wed, 28 Aug 2002 16:31:44 +0000 (16:31 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Wed, 28 Aug 2002 16:31:44 +0000 (16:31 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@541 6a8cc165-1e22-0410-a132-eb4e3f353aba

tests/lha-test.in
tests/lha-test10
tests/lha-test14

index a77f5e4..615d277 100644 (file)
@@ -117,7 +117,7 @@ esac
 . $srcdir/lha-test13; cleanup
 case `$lha --version 2>&1` in
 *-pc-mingw*)
-  message testing the symbolic links ... skip
+  message testing to handle symbolic links ... skip
   ;;
 *)
   . $srcdir/lha-test14; cleanup
index 94c08f2..661c925 100644 (file)
@@ -37,7 +37,7 @@ cp test-a test-tmp-d1 &&
 mkdir test-tmp-d1/d2 &&
 cp test-b test-tmp-d1/d2 &&
 mkdir test-tmp-d1/d2/d3 &&
-cp test-c test-tmp-d1/d2/d3 &&
+cp test-c test-tmp-d1/d2/d3
                                                        check $? $LINENO
 $lha c0  test-tmp2-h0.lzh test-tmp-d1
                                                        check $? $LINENO
index 76ba9a8..fd8dd66 100644 (file)
@@ -1,6 +1,6 @@
 # -*- shell-script -*-
 FILENAME=lha-test14
-message testing the symbolic links
+message testing to handle symbolic links
 
 ln -s test-a test-tmp-a &&
 ln -s test-b test-tmp-b &&