diff options
Diffstat (limited to 'test/fs/fs-test.sh')
-rwxr-xr-x | test/fs/fs-test.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/fs/fs-test.sh b/test/fs/fs-test.sh index 20d5dd8a47..b6b9461a10 100755 --- a/test/fs/fs-test.sh +++ b/test/fs/fs-test.sh @@ -1,9 +1,7 @@ #!/bin/bash +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2014 Suriyan Ramasami -# -# SPDX-License-Identifier: GPL-2.0+ -# # Invoke this test script from U-Boot base directory as ./test/fs/fs-test.sh # It currently tests the fs/sb and native commands for ext4 and fat partitions |