Fix test program to work with /etc/hosts and display all files recursively.
[ocaml-augeas.git] / Makefile.in
index 178269e..97f7e15 100644 (file)
@@ -55,7 +55,8 @@ test_augeas: test_augeas.cmo test_root
 test_root:
        rm -rf $@
        mkdir $@
-       cp /etc/hosts $@/
+       mkdir $@/etc
+       cp /etc/hosts $@/etc/
 
 # Clean.