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:
6 for i in $(seq 1 1 100); do touch /tmp/fishtest${i}.txt; done
7 cmake . && make -j4 && rm /tmp/test/*; ./copytester