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