aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/zram/zram02.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/zram/zram02.sh')
-rwxr-xr-xtools/testing/selftests/zram/zram02.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/tools/testing/selftests/zram/zram02.sh b/tools/testing/selftests/zram/zram02.sh
index 74569b883737..e83b404807c0 100755
--- a/tools/testing/selftests/zram/zram02.sh
+++ b/tools/testing/selftests/zram/zram02.sh
@@ -1,16 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (c) 2015 Oracle and/or its affiliates. All Rights Reserved. 3# Copyright (c) 2015 Oracle and/or its affiliates. All Rights Reserved.
3# 4#
4# This program is free software; you can redistribute it and/or
5# modify it under the terms of the GNU General Public License as
6# published by the Free Software Foundation; either version 2 of
7# the License, or (at your option) any later version.
8#
9# This program is distributed in the hope that it would be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# Test checks that we can create swap zram device. 5# Test checks that we can create swap zram device.
15# 6#
16# Author: Alexey Kodanev <alexey.kodanev@oracle.com> 7# Author: Alexey Kodanev <alexey.kodanev@oracle.com>