Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix tests after moving to new checksum format
Baptiste Daroussin committed 10 years ago
commit 3f45e5035df83569b06717c8dea2e5483a2e8990
parent e27a13c
1 file changed +2 -2
modified tests/frontend/create.shin
@@ -337,7 +337,7 @@ categories [
    "test",
]
files {
-
    /A = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
+
    /A = "1\$e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
}
directories {
    /B = "y";
@@ -386,7 +386,7 @@ categories [
    "test",
]
files {
-
    /testfile = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
+
    /testfile = "1\$e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
}

EOF