add more spacing
[personal-kdebase.git] / runtime / kioslave / fish / tests / README
blob4c1cacb214532ef07e7effa4aea65c1dbaddba48
1 copytester is a test case for the fish kioslave. It copies 100 files from /tmp to /tmp/test using fish's functions.
2 It was written to verify KDE bug 147948: https://bugs.kde.org/show_bug.cgi?id=147948
4 To run it, do the following:
5 mkdir /tmp/test
6 for i in $(seq 1 1 100); do touch /tmp/fishtest${i}.txt; done
7 cmake . && make -j4 && rm /tmp/test/*; ./copytester