kms_rotation_crc: Remove useless comments
[platform/upstream/intel-gpu-tools.git] / tests / test_rte_check
1 #!/bin/bash
2
3 whoami | grep root || ( echo ERROR: not running as root; exit 1 )
4
5 SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
6 . $SOURCE_DIR/drm_lib.sh
7
8 exit 0