diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-28 16:10:02 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-28 16:10:02 +0200 |
commit | 5a7e9792521369e929d8957bebe17abb4026505d (patch) | |
tree | 148782d1c2086093835a7293cf1fd5c451e7d212 | |
parent | 23a5296e9032a2413c56dda2365d6e05cb2e0978 (diff) | |
download | sbotools2-5a7e9792521369e929d8957bebe17abb4026505d.tar.xz |
01-unit.t: fix up a comment that had too many ;
-rwxr-xr-x | t/01-unit.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-unit.t b/t/01-unit.t index 3f7e2e5..9c21d1d 100755 --- a/t/01-unit.t +++ b/t/01-unit.t @@ -155,7 +155,7 @@ SKIP: { like ($out, qr!rsync: change_dir "/foo-bar" failed!, q"rsync_sbo_tree('/foo-bar') gave correct output"); } -# 28-37: test git_sbo_tree(), check_git_remote(), generate_slackbuilds_txt(), and pull_sbo_tree();; +# 28-37: test git_sbo_tree(), check_git_remote(), generate_slackbuilds_txt(), and pull_sbo_tree(); { system(qw! mv /usr/sbo/repo /usr/sbo/backup !) if -d '/usr/sbo/repo'; system(qw! mkdir -p /usr/sbo/repo/.git !); |