summaryrefslogtreecommitdiffstats
path: root/t/z-end.t
blob: 6c98fe4e5e67744352b036838edd6f23d2bb35f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/perl
use strict;
use warnings;

# this is hardcoded; change it if needed
use lib "src/lib";
use Gitolite::Test;

try "plan 1; cd $ENV{PWD}; git status -s -uno; !/./ or die" or die "dirty tree";
try "git log -1 --format='%h %ai %s'";
put "|cat >> prove.log", text();