]> git.scottworley.com Git - pinch/blame - tests/reject-unpinned.sh
fallback git-cache 1.2.1 -> 1.3.1
[pinch] / tests / reject-unpinned.sh
CommitLineData
f00c16b3
SW
1#!/bin/sh
2
3. ./tests/lib/test-setup.sh
4
5foo_setup
6
7if python3 ./pinch.py update --dry-run "$conf";then
8 echo "FAIL: Update on an unpinned file should fail"
9 exit 1
10else
11 echo PASS
12fi