]>
git.scottworley.com Git - pinch/blob - tests/reject-duplicates.sh
3 . .
/tests
/lib
/test-setup.sh
13 python3 .
/pinch.py pin
"$conf1"
14 python3 .
/pinch.py pin
"$conf"
16 if python3 .
/pinch.py update
--dry-run "$conf1" "$conf";then
17 echo "FAIL: Duplicate names should be rejected"
23 rm -rf "$repo_dir1" "$repo1" "$conf1"