Fix hg dependency in testsuite.
This commit is contained in:
parent
1f3cff91f6
commit
935442babc
@ -1,4 +1,4 @@
|
||||
fn main() {
|
||||
auto s = #shell { uname -a && hg identify };
|
||||
auto s = #shell { uname -a };
|
||||
log s;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user