]> arthur.barton.de Git - bup.git/blobdiff - Makefile
'bup split' takes a list of filenames on the command line.
[bup.git] / Makefile
index ae2924baa60742559da6cfbbd90af452edfdbbb2..d0df36c99d707de0aee2d3d9b6636e945da21308 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ runtests: all
 runtests-cmdline: all
        @echo "Testing \"$@\" in Makefile:"
        ./bup split -b <testfile1 >tags1
-       ./bup split -b <testfile2 >tags2
+       ./bup split -b testfile2 >tags2
        diff -u tags1 tags2 || true
        wc -c testfile1 testfile2
        wc -l tags1 tags2