Skip to content
Snippets Groups Projects
Verified Commit 97a1ab0b authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Test fempty

parent ee09368b
No related branches found
No related tags found
1 merge request!4Resolve "Add unit tests"
#!/bin/bash
set -ex
touch a b c
fcopy a b c
test -f ~/.clipboard/a
test -f ~/.clipboard/b
test -f ~/.clipboard/c
femtpy
test ! -f ~/.clipboard/a
test ! -f ~/.clipboard/b
test ! -f ~/.clipboard/c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment