Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
tests: Fix after fflags change
Dag-Erling Smørgrav committed 9 days ago
commit d6d896a16bdf43fd5fa232f54a68ea30b8fead72
parent 05a89ac
2 files changed +2 -7
modified tests/frontend/create-parsebin.sh
@@ -32,7 +32,6 @@ genmanifest() {
        uname = \"root\";
        gname = \"wheel\";
        perm = \"0644\";
-
        fflags = 0;
        mtime = ${file1_mtime};
    }"

modified tests/frontend/create.sh
@@ -10,7 +10,8 @@ tests_init \
	create_from_plist_gather_mode \
	create_from_plist_set_mode \
	create_from_plist_mini \
-
	create_from_plist_fflags create_from_plist_bad_fflags \
+
	create_from_plist_fflags \
+
	create_from_plist_bad_fflags \
	create_from_plist_with_keyword_arguments \
	create_from_plist_missing_file \
	create_from_manifest_and_plist \
@@ -457,7 +458,6 @@ files {
        uname = "root";
        gname = "wheel";
        perm = "0644";
-
        fflags = 0;
        mtime = ${A_mtime};
    }
}
@@ -466,7 +466,6 @@ directories {
        uname = "root";
        gname = "wheel";
        perm = "0755";
-
        fflags = 0;
    }
}
scripts {
@@ -513,7 +512,6 @@ files {
        uname = "root";
        gname = "wheel";
        perm = "0644";
-
        fflags = 0;
        mtime = ${testfile_mtime};
    }
}
@@ -566,7 +564,6 @@ files {
        uname = "root";
        gname = "wheel";
        perm = "0644";
-
        fflags = 0;
        symlink_target = "sym-target";
        mtime = ${sym_file_mtime};
    }
@@ -575,7 +572,6 @@ files {
        uname = "root";
        gname = "wheel";
        perm = "0644";
-
        fflags = 0;
        mtime = ${test_file_mtime};
    }
}