Move identification of parent branch's remote def up into stack class.
[stgit] / t / t0000-dummy.sh
CommitLineData
aa9b1b9d
YD
1#!/bin/sh
2#
3# Copyright (c) 2006 Yann Dirson
4#
5
6test_description='Dummy test.
7
8Only to test the testing environment.
9'
10
11. ./test-lib.sh
12
13test_expect_success \
14 'check stgit can be run' \
15 'stg version'
16
17test_done