1#!/bin/sh
2
3syscall=modify_ldt
4
5if [ -f $LTPROOT/testcases/bin/${syscall}01 ]; then
6         $LTPROOT/testcases/bin/${syscall}01
7else
8         echo "${syscall}01 0 CONF : System doesn't support execution of the test"
9
10fi
11
12