Test suite update from Larry Doolittle to disable some problematic

ambiguous cases.  Everything now passes the test suite...
This commit is contained in:
Eric Andersen
2000-12-11 17:33:08 +00:00
parent a293a516ad
commit 59ec601b8e
2 changed files with 10 additions and 3 deletions

View File

@@ -144,8 +144,8 @@ mv_tests: mv_clean mv
@echo; echo ------------------------------;
@echo There should be an error message about cannot mv a dir to a subdir of itself.
cd mv_tests; \
touch a b c; \
mkdir adir; \
touch -r . a b c adir; \
ls -lR . > ../mv_a_star_adir.gnu; \
${GMV} * adir; \
ls -lR . >> ../mv_a_star_adir.gnu;
@@ -153,8 +153,9 @@ mv_tests: mv_clean mv
@echo
@echo There should be an error message about cannot mv a dir to a subdir of itself.
cd mv_tests; \
rm -rf adir; \
rm -rf a b c adir; \
mkdir adir; \
touch -r . a b c adir; \
ls -lR . > ../mv_a_star_adir.bb; \
${BMV} * adir; \
ls -lR . >> ../mv_a_star_adir.bb;