aboutsummaryrefslogtreecommitdiffstats
path: root/sandbox/t/t0000-basic.sh
blob: 2fd0b3d600010bfba574ea9270d4d45863df0e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

# t0000-basic:
#   Test the very basic functionality of poe/sandbox.

. ./test-utils.sh

################################################################
# Test framework
test_expect_success 'abc' '
	echo 123
'
test_expect_success 'abcd' '
	$SANDBOX
'

test_done