Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix tests after moving to new checksum format
Baptiste Daroussin committed 11 years ago
commit 3f45e5035df83569b06717c8dea2e5483a2e8990
parent e27a13cc55b75343b7f5a16ac3a5e5cc11b574b7
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