aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlek Wojnar <3818875+olekw@users.noreply.github.com>2021-03-31 15:46:21 -0400
committerGitHub <noreply@github.com>2021-03-31 15:46:21 -0400
commit82c1d0fa3e6971d37ab63350af92d29071b163f7 (patch)
tree45fdb36748b7a7557a9b8fb7bee01ef6edff510b
parentb3ce9e70e5938214c605c8a0612f98f337dc8af5 (diff)
downloadbazel-skylib-82c1d0fa3e6971d37ab63350af92d29071b163f7.tar.gz
Add shebang lines to tests directory shell scripts (#288)
-rwxr-xr-xtests/copy_file/copy_file_tests.sh2
-rwxr-xr-xtests/diff_test/diff_test_tests.sh2
-rwxr-xr-xtests/write_file/write_file_tests.sh2
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/copy_file/copy_file_tests.sh b/tests/copy_file/copy_file_tests.sh
index dfee635..90d79ee 100755
--- a/tests/copy_file/copy_file_tests.sh
+++ b/tests/copy_file/copy_file_tests.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
# Copyright 2019 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/tests/diff_test/diff_test_tests.sh b/tests/diff_test/diff_test_tests.sh
index ed894c2..5af60aa 100755
--- a/tests/diff_test/diff_test_tests.sh
+++ b/tests/diff_test/diff_test_tests.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
# Copyright 2019 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/tests/write_file/write_file_tests.sh b/tests/write_file/write_file_tests.sh
index 2464230..247c696 100755
--- a/tests/write_file/write_file_tests.sh
+++ b/tests/write_file/write_file_tests.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
# Copyright 2019 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");