Guilt v0.35
[guilt.git] / regression / t-011.sh
blobfde7b90223fc94a54d375c9bce50030fa3d25331
1 #!/bin/bash
3 # Test that all commands that should fail do indeed fail if the branch was
4 # not guilt init'ed
7 source $REG_DIR/scaffold
9 cmd setup_git_repo
11 tests="add applied branch commit delete diff export files fold fork graph header import import-commit new next pop prev push rebase refresh rm series status top unapplied"
12 for t in $tests; do
13 shouldfail guilt $t
14 done