diff options
-rw-r--r-- | tests/mv/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index c9cb5f41a..d98c69175 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = mv-special-1 into-self into-self-2 backup-is-src +TESTS = mv-special-1 into-self into-self-2 backup-is-src i-1 EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ DF=../../src/df \ @@ -11,4 +11,5 @@ TESTS_ENVIRONMENT = \ MKNOD=../../src/mknod \ MV=../../src/mv \ RM=../../src/rm \ - TOUCH=../../src/touch + TOUCH=../../src/touch \ + PROG=mv |