Add test files to check version number sorting - noice - small file browser (mi… | |
git clone git://git.codemadness.org/noice | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 47d659c5fc930f0815c2bf5a24b3c2228b13695e | |
parent 2df9740f6c8bfe691bccadf4e87aec7a78d4f81f | |
Author: Lazaros Koromilas <[email protected]> | |
Date: Mon, 8 Apr 2019 13:06:58 +0300 | |
Add test files to check version number sorting | |
Diffstat: | |
M mktest.sh | 5 +++++ | |
1 file changed, 5 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/mktest.sh b/mktest.sh | |
@@ -30,3 +30,8 @@ echo 'chmod 000 test/cage' > cage/lock.sh | |
echo 'chmod 755 test/cage' > cage-unlock.sh | |
mkdir cage/lion | |
echo 'chmod 000 test/cage' > cage/lion/lock.sh | |
+touch noice-0.1.log | |
+touch noice-0.01.log | |
+touch noice-0.2.log | |
+touch noice-0.02.log | |
+touch noice-0.10.log |