:: commit efc5084aa8d7f46745355277fa62be740668727b

mintsuki <mintsuki@protonmail.com> — 2022-01-22 03:37

parents: 9ce5f54e31

misc: Small NTFS test case tweak

diff --git a/GNUmakefile.in b/GNUmakefile.in
index b767d1f7..3fffc577 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -548,7 +548,8 @@ ntfs-test:
 	sudo mkfs.ntfs `cat loopback_dev`p1
 	sudo mount `cat loopback_dev`p1 test_image
 	sudo mkdir test_image/boot
-	sudo cp -rv $(BINDIR)/* test/* test_image/boot/
+	sudo cp -rv $(BINDIR)/* test_image/boot/
+	sudo cp -rv test/* test_image/boot/
 	sync
 	sudo umount test_image/
 	sudo losetup -d `cat loopback_dev`
tab: 248 wrap: offon