We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bb021 commit a4ef597Copy full SHA for a4ef597
t/t9210-scalar.sh
@@ -7,6 +7,13 @@ test_description='test the `scalar` command'
7
GIT_TEST_MAINT_SCHEDULER="crontab:test-tool crontab cron.txt,launchctl:true,schtasks:true"
8
export GIT_TEST_MAINT_SCHEDULER
9
10
+# Do not write any files outside the trash directory
11
+Scalar_UNATTENDED=1
12
+export Scalar_UNATTENDED
13
+
14
+GIT_ASKPASS=true
15
+export GIT_ASKPASS
16
17
test_expect_success 'scalar shows a usage' '
18
test_expect_code 129 scalar -h
19
'
0 commit comments